[−][src]Crate pmutil
Utils for implementing proc-macro. Works on stable.
Re-exports
pub use proc_macro2; |
pub use quote; |
pub use syn; |
Modules
comment | |
prelude | Prelude for convenience. |
respan | Span support for quasi-quotting. |
spanned_quote | Span-aware quasi quotting built on top of |
synom_ext | Utils for tokens from synom::tokens. |
Macros
q | Shortcut for |
smart_quote | ide-friendly quasi quotting. |
Structs
Quote | Buffer for quasi quotting. |
Traits
IdentExt | Extension trait for syn::Ident. |
SpanExt | |
ToTokensExt |